update mac, linux docker qtio builds to 5.12.10. (#650)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 10 Nov 2020 20:31:00 +0000 (13:31 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Nov 2020 20:31:00 +0000 (13:31 -0700)
* update mac Qt 5.12 build to 5.12.10.

* update qtio docker build to qt 5.12.10

.travis.yml
tools/make_docker_qtio_image

index 3a15ae7c03ac8aba3719bcc6f8c4ccf4ef0d2bff..f8b4f823038e66652232f8429cb8dbdc588953a8 100644 (file)
@@ -74,7 +74,7 @@ jobs:
       osx_image: xcode10.3
       compiler: clang
       env:
-        - QT_VERSION="5.12.9"
+        - QT_VERSION="5.12.10"
         - QT_INSTALL_METHOD="installer"
       cache:
         directories:
@@ -116,7 +116,7 @@ script:
 after_success:
   - cd ${TRAVIS_BUILD_DIR}
   # only deploy pushes to master or prs that target master.  the prs will go to transfr.sh, the pushes go to github.
-  - if [ "${TRAVIS_OS_NAME}" = "osx" ] &&  [ "${QT_VERSION}" = "5.12.9" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh  gui/GPSBabel-*.dmg; fi
+  - if [ "${TRAVIS_OS_NAME}" = "osx" ] &&  [ "${QT_VERSION}" = "5.12.10" ] && [ "$TRAVIS_BRANCH" = "master" ]; then bash ./tools/uploadtool/upload.sh  gui/GPSBabel-*.dmg; fi
 
 branches:
   except:
index 29b1b588ef669aef31e14c1ab8245b7d82648e8b..f8786e3a3356fa7a5b3fa03681f45d18ea899af5 100755 (executable)
@@ -5,7 +5,7 @@
 versuffix=_qtio
 tag=$(date -u +%Y%m%dT%H%M%SZ)
 
-QT_VERSION=5.12.9
+QT_VERSION=5.12.10
 QT_VERSION_SHORT=${QT_VERSION//./}
 QT_CI_PACKAGES="qt.qt5.${QT_VERSION_SHORT}.gcc_64,qt.qt5.${QT_VERSION_SHORT}.qtwebengine"
 DOWNLOAD_URL=$(./qtci/find_qt_installer ${QT_VERSION})